home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 351-375 / disk_365 / password / shell-startup < prev    next >
Text File  |  1992-05-06  |  1KB  |  27 lines

  1. ;---------------------------------------------------------------------------;
  2. ;     Program:  shell-startup                                               ;
  3. ;  Programmer:  George Kerber                                               ;
  4. ;     Written:  04/15/90                                                    ;
  5. ;     Purpose:  Supplied for use with PASSWORD v1.42p                       ;
  6. ;---------------------------------------------------------------------------;
  7.  
  8. c:dir -q                       ;This 'dir' command is really my 'loop'
  9.                                ;command.  See the password.doc file
  10.                                ;for more information.
  11.  
  12. c:echo
  13. c:Prompt " %S > "
  14.  
  15. alias cp copy                  ;these are my suggestion for an alias
  16. alias mv move                  ;list.  Feel free to delete or change
  17. alias rm delete                ;as desired.
  18. alias cat type
  19. alias endshell endcli
  20. alias pwd cd
  21. alias xcopy copy [] clone
  22. alias endshell endcli
  23. alias chmod protect
  24. alias end
  25.  
  26. c:path ram: c: sys:utilities sys:system s: sys:prefs add
  27.